home *** CD-ROM | disk | FTP | other *** search
- { File EXAMPLE.USE - example file to assure proper usage of the project's
- interdependend units }
-
- (***************************************************************************
-
- RELEASE 1.00ß - as contained in the file PRUS1xxY.zzz
- by Orazio Czerwenka, 2:2450/540.55, GERMANY
-
- --------------------------------------------
- organized for Fido's PASCAL related echoes
- --------------------------------------------
-
- 07/15/1994 to --/--/---- by Orazio Czerwenka, 2:2450/540.55, GERMANY
-
- ***************************************************************************)
-
- {
- The following is a simple example to show how to assure the appropriate
- order of using the units contained in the PRUSSG releases.
- }
-
- USES
- ...,
- FCRT,
- FKBD,
- FSPEAKER,
- FTMODE
- {$IFDEF ver70}
- ,FDPMI
- {$ENDIF}
- ...;
-
- {
- This file is a last minute add on to the files included in the project's
- first main release 1.00.
-
- In some of the documentation files for the project's different units
- the appropriate way of how to 'link' these units has already been
- described. But for one 'doesn't always remember everything' I decided
- to make this small example file to add it to the file packet for quick
- referrence in cases of doubt.
- }